libxl: Query VNC listening port through QMP
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 17 Apr 2012 17:22:49 +0000 (18:22 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 17 Apr 2012 17:22:49 +0000 (18:22 +0100)
commit8584897de2198f7ac3d2c56988224425dd5c5bba
tree5b81c4f4d3c008e011c406f301fa3a951b8716b5
parent39f6fa22f4052af173993b3f8905057970315913
libxl: Query VNC listening port through QMP

Currently `xl vncviewer $dom` does not work because the VNC port is not
registered in xenstore when using qemu-upstream. This patch attempted to fix
this.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_qmp.c